env:
CARGO_TERM_COLOR: always
- CARGO_PROJECT_FEATURES: "v2021_3"
+ CARGO_PROJECT_FEATURES: "v2021_5"
# Minimum supported Rust version (MSRV)
ACTION_MSRV_TOOLCHAIN: 1.54.0
# Pinned toolchain for linting
name = "ostree"
readme = "README.md"
repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.13.6"
+version = "0.14.0"
exclude = [
"rust-bindings/conf/**",
bitflags = "1.2.1"
cap-std = { version = "0.24", optional = true}
io-lifetimes = { version = "0.5", optional = true}
-ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.9.1" }
+ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.10.0" }
gio = "0.14"
glib = "0.14.4"
hex = "0.4.2"
v2021_3 = ["v2021_2", "ffi/v2021_3"]
v2021_4 = ["v2021_3", "ffi/v2021_4"]
v2021_5 = ["v2021_4", "ffi/v2021_5"]
+v2022_5 = ["v2021_5", "ffi/v2022_5"]
v2021_4 = ["v2021_3"]
v2021_5 = ["v2021_4"]
v2022_2 = ["v2021_5"]
+v2022_5 = ["v2022_2"]
[lib]
name = "ostree_sys"
links = "ostree-1"
name = "ostree-sys"
repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.9.2"
+version = "0.10.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.ostree_1.v2022_2]
version = "2022.2"
+
+[package.metadata.system-deps.ostree_1.v2022_5]
+version = "2022.5"